home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / pull230.arc / AUTOEX.DEF < prev    next >
Text File  |  1990-10-15  |  2KB  |  56 lines

  1. ' AUTOEX.DEF - Sample definition file of the autoexec feature of PullDown
  2. ' Requested by a beta site on 10/11/90
  3. ' Syntax: !AUTO!
  4. '            ' Followed by any number of valid .DEF commands...
  5. '            .
  6. '            .
  7. '            ###
  8. '
  9. '        NOTES:  - !AUTO! must be capitalized, and can occur ANYWHERE
  10. '                  within the definition, even at the end of the file.
  11. '                - Only ONE occurence is permitted, all subsequent
  12. '                  calls are ignored completely.
  13. '                - MAXDEFS=nn   *still* must be the first line in the
  14. '                  .DEF file to operate properly.
  15. '                - Command line parameter IGNOREAUTO causes *all* !AUTO!
  16. '                  commands to be ignored completely, just as if the system
  17. '                  had just loaded the .DEF file prior.
  18.  
  19. !AUTO!
  20.      SCROLLBOX=Sample.HLP,About Automatic Selections
  21.      YORN=Continue with Automatic Execution?
  22.      +echo off
  23.      +cls
  24.      +echo You could place any commands here, and PullDown
  25.      +echo would execute them normally, and then return to
  26.      +echo the .DEF file the !AUTO! selection was found in.
  27.      +echo.
  28.      +echo Press any key to return to the menu shell......
  29.      +pause > NUL
  30.      +pulldwn
  31.      ' ^^ You will REMAIN in DOS if you omit this command!
  32.  
  33. DEF
  34.      %Return
  35.  
  36.      %Main Menu
  37.           @PULLDWN.DEF
  38.  
  39.      %Advanced Menu
  40.           @ADVANCED.DEF
  41.  
  42.      %-
  43.  
  44.      %Lotus Magellan
  45.         +echo off
  46.         +cls
  47.         +command/c mg
  48.         +pulldwn
  49.  
  50. ' EOF AUTOEX.DEF sample of autoexec commands within a .DEF file.
  51. ' SLH 10/11/90
  52.  
  53.  
  54.  
  55.  
  56.